This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Richard Xankrobergetsi 28.Jan.04 09:15 AM a Web browser Domino Designer 6.5 Windows 2000
Hi,
1. Program works but checkbox display not align
I have an editable checkbox field called "Area" with entries populated via @DbColumn. When user select Area A and Area B, the notification list will be retrieved accordingly via @DbLookup based on the selection. My program works fine except for the checkbox display. How could I make my checkbox to be nicely aligned on the web ?
2. Checkbox align but program not working
Then I tried to create multiple (3) checkbox, views and columns on the table. Each checkbox will be refering to the specific views and placed in columns. I have 3 columns with aligned checkbox display but how do I retrieve the notification list as I have 3 separate checkbox now ?
Appreciate it if someone is kind enough to lend me a hand. Searched the forum and found most of the suggestion is using passthru html. I don't know how to go about if passthru html is the only solution as I have not use passthru html before.